This operation enables the relevant organisation to request that the applicant uploads additional information to the ePlanning from their IT system.
CaseID required | string A fully qualified application number |
OrganisationID required | string The relevant organisation name to indicate where the request is originated from. |
IdempotencyID required | string Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1" |
requestDetails required | string This is to track the short description of the request |
Array of objects (DownloadableDocument) | |
updatedByEmail required | string <= 250 characters User must be registered in the planning portal |
{- "requestDetails": "string",
- "Documents": [
- {
- "documentName": "string",
- "documentType": "string",
- "uploadedDateTime": "2019-08-24T14:15:22Z",
}
], - "updatedByEmail": "john.smith@gmail.com"
}
{- "statusCode": 200,
- "message": "Request created",
- "caseID": "AI-XXXX",
- "activityId": "string",
- "Documents": [
- {
- "documentName": "test.docx",
- "documentType": "string",
- "eplanningDocId": "string",
- "externalOrgDocURL": "string"
}
]
}